projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
407c6b9
)
(make-coding-system): Set mime-charset
author
Kenichi Handa
<handa@m17n.org>
Tue, 15 Dec 1998 04:35:38 +0000
(
04:35
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 15 Dec 1998 04:35:38 +0000
(
04:35
+0000)
property of *-with-esc coding system to nil.
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index 31cb9e46916a731f9cfe5a51d8de79f54c0f3484..02f2746ef976cb932581de5fe73283cea8e4f8bb 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-669,6
+669,7
@@
a value of `safe-charsets' in PLIST."
(cons (append (car flags) '(t)) (cdr flags))
(cons (list (car flags) t) (cdr flags)))
properties)
+ (coding-system-put esc 'mime-charset nil)
(coding-system-put esc 'safe-charsets t))))
coding-system)